home *** CD-ROM | disk | FTP | other *** search
/ Aminet 48 / Aminet 48 (2002)(GTI - Schatztruhe)[!][Apr 2002].iso / Aminet / text / edit / vim60src.lha / Vim / vim60 / src / testdir / test23.in < prev    next >
Encoding:
Text File  |  2000-12-02  |  282 b   |  16 lines

  1. Tests for complicated + argument to :edit command
  2.  
  3. STARTTEST
  4. :$-1w! Xfile1
  5. :$w! Xfile2
  6. :edit +1|s/|/PIPE/|w Xfile1| e Xfile2|1 | s/\//SLASH/|w
  7. :w! test.out
  8. :e Xfile1
  9. :w >> test.out
  10. :qa!
  11. ENDTEST
  12.  
  13. The result should be in Xfile1: "fooPIPEbar", in Xfile2: "fooSLASHbar"
  14. foo|bar
  15. foo/bar
  16.